2023-09-06 00:11:11: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-06 00:12:04: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-06 00:18:19: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-06 00:18:49: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 10:52:46: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 10:53:52: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 10:54:01: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 12:10:22: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 12:28:27: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 12:43:07: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 358<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 14:09:15: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 14:19:06: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-07 14:22:56: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 348<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-13 09:12:16: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 16.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 16.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 16.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 17.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 17.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 17.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 18.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 18.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 18.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 19.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 19.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 19.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 20.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 20.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 20.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 21.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 21.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 21.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 22.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 22.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 22.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 23.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 23.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 23.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 24.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 24.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 24.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 25.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 25.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 25.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 26.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 26.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 26.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 27.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 27.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://08b3-150-107-232-72.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 27.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://08b3-150-107-232-72.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-16 22:41:28: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-16 22:48:09: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-16 23:00:30: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-16 23:01:22: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-17 11:11:49: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-17 11:35:39: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 346<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-26 12:45:00: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-26 12:45:10: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-26 12:45:20: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-26 12:45:23: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 347<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-26 18:31:57: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-26 18:33:11: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-26 18:34:31: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-27 09:15:05: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-27 09:26:45: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="http://localhost/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="http://localhost/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

2023-09-30 09:25:25: <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 140</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 140<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 0.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 1.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 2.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 3.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 4.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 5.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 6.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 7.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 8.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 9.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 10.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 11.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 12.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 13.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 14.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 15.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 16.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 16.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 16.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 17.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 17.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 17.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 18.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 18.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 18.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 19.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 19.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 19.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 20.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 20.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 20.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 21.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 21.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 21.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 22.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 22.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 22.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 23.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 23.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 23.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 24.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 24.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 24.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 25.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 25.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 25.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 26.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 26.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 26.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 27.25 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 27.5 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <style>
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
        }

        #notfound {
            position: relative;
            height: 100vh;
        }

        #notfound .notfound {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound {
            max-width: 410px;
            width: 100%;
            text-align: center;
        }

        .notfound .notfound-404 {
            height: 280px;
            position: relative;
            z-index: -1;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


        .notfound h2 {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
        }

        .notfound p {
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .notfound a {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            background: #0046d5;
            display: inline-block;
            padding: 15px 30px;
            border-radius: 40px;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
        }


        @media only screen and (max-width: 767px) {
            .notfound .notfound-404 {
                height: 142px;
            }
            .notfound .notfound-404 h1 {
                font-size: 112px;
            }
        }
    </style>
</head>
<body>
<div id="notfound">
    <div class="notfound">
        <div class="icon">
            <img src="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/assets/images/error.png" alt="error img" />
        </div>
        <h4>A PHP Error was encountered</h4>

        <p>Severity: 8192</p>
        <p>Message:  Implicit conversion from float 27.75 to int loses precision</p>
        <p>Filename: qrcode/qrencode.php</p>
        <p>Line Number: 144</p>

        
            <p>Backtrace:</p>
            
                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 144<br />
                        Function: _error_handler                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 187<br />
                        Function: getCode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 240<br />
                        Function: encodeMask                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 279<br />
                        Function: encodeInput                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 467<br />
                        Function: encodeString                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 485<br />
                        Function: encode                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\qrcode\qrencode.php<br />
                        Line: 286<br />
                        Function: encodePNG                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\libraries\Ciqrcode.php<br />
                        Line: 92<br />
                        Function: png                    </p>

                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\application\controllers\admin\Setting.php<br />
                        Line: 360<br />
                        Function: generate                    </p>

                
            
                
            
                
                    <p style="margin-left:10px">
                        File: C:\wamp64\www\product\donately\index.php<br />
                        Line: 322<br />
                        Function: require_once                    </p>

                
            
                <a href="https://bf1c-103-251-19-217.ngrok-free.app/product/donately/">Go To Homepage</a>
    </div>
</div>
</body>
</html>

